Apply desired row visibility in a single pass.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void applyRowVisibility ( |
Indices of rows to hide.
The last row to make visible.
RemarksRows in hiddenRows become hidden; all other rows 0..maxRow become visible. Reconciliation runs once at the end instead of per-row.
See Also